home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Ebooks / VB4 Unleashed / 20vbu05.gif < prev    next >
Graphics Interchange Format  |  2000-05-25  |  10.4 KB  |  640x480  |  4-bit (5 colors)
   ocr: Microsott Visual C++ - SCALCWIN.MAK <3> SCALCWIN.DEF" File Edit View Project Browse Debug Tools Options Window Help d : DE + LIBRARY SCALCWIN EXETYPE WINDOWS CODE PRELOAD MOVEABLE DISCARDABLE DATA PRELOAD MOVEABLE SINGLE HEAPSIZE 1024 EXPORTS SimpleCalc @1 WEP PRIVATE To implement your own Windows Exit Procedure add the following function to your application (referring to it in the def file is not required.) The extern "C" is only required if module is C++. extern "C" int FAR PASCAL WEP(int) € /* Your WEP tunctionality goes here */ return 1; 3 00006 027